org.eclipse.vtp.desktop.editors.core.model
Class PaperSizeManager

java.lang.Object
  extended by org.eclipse.vtp.desktop.editors.core.model.PaperSizeManager

public class PaperSizeManager
extends java.lang.Object


Field Summary
static java.lang.String paperSizeExtensionPointId
           
 
Constructor Summary
PaperSizeManager()
           
 
Method Summary
static PaperSizeManager getDefault()
           
 PaperSize getPaperSize(java.lang.String id)
           
 java.util.List getPaperSizes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

paperSizeExtensionPointId

public static java.lang.String paperSizeExtensionPointId
Constructor Detail

PaperSizeManager

public PaperSizeManager()
Method Detail

getDefault

public static PaperSizeManager getDefault()

getPaperSizes

public java.util.List getPaperSizes()

getPaperSize

public PaperSize getPaperSize(java.lang.String id)